home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / files / migInfo.man < prev    next >
Encoding:
Text File  |  1989-02-16  |  2.1 KB  |  57 lines

  1. ' Copyright 1989 Regents of the University of California
  2. ' Permission to use, copy, modify, and distribute this
  3. ' documentation for any purpose and without fee is hereby
  4. ' granted, provided that this notice appears in all copies.
  5. ' The University of California makes no representations about
  6. ' the suitability of this material for any purpose.  It is
  7. ' provided "as is" without express or implied warranty.
  8. ' $Header: /sprite/src/man/files/RCS/migInfo.man,v 1.1 89/02/16 10:04:19 ouster Exp $ SPRITE (Berkeley)
  9. .so \*(]ltmac.sprite
  10. .HS migInfo files
  11. .BS
  12. .SH NAME
  13. /sprite/admin/migInfo \- file containing the migration status of all Sprite hosts 
  14. .SH DESCRIPTION
  15. .PP
  16. The migration status of all Sprite hosts is stored in ASCII format in
  17. a shared file, \fB/sprite/admin/migInfo\fP.  
  18. Each host runs a daemon that is responsible for
  19. updating the information for its host.  Each record is fixed length,
  20. to permit the daemons to update individual records without first
  21. parsing the entire file. 
  22. .PP
  23. Each record contains the following information, separated by white
  24. space:
  25. .IP hostID 14
  26. numeric identifier of host.
  27. .IP utilizations 14
  28. 3 weighted CPU utilizations, as percentages, separated by slashes.
  29. .IP "ready queues" 14
  30. 3 weighted queue lengths, as floating-point, separated by slashes.
  31. .IP boottime 14
  32. time at which host last rebooted (seconds since 1/1/70).
  33. .IP timestamp 14
  34. time when record last updated, (seconds since 1/1/70).
  35. .IP noInput 14
  36. number of seconds since keyboard or mouse input.
  37. .IP allowMigration 14
  38. whether process migration to this host is allowed .
  39. .IP foreignProcs 14
  40. number of migrated processes running on this host.
  41. .IP migVersion 14
  42. version number of migration running on this host.
  43. .IP pad 14
  44. Reserved for future expansion.
  45. .PP
  46. Although the information is stored in ASCII format, to make it
  47. sharable by machines with different byte orderings, internally the
  48. migration database is accessed via routines that convert between ASCII
  49. and an internal C structure.  Refer to the documentation for the
  50. \fBmig\fP library for information about this structure.
  51. .SH "SEE ALSO"
  52. mig, db, loadavg
  53. .SH KEYWORDS
  54. process migration, load average, idle time, database
  55.